home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000036_news@columbia.edu_Mon Apr 3 20:13:22 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA16813
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 3 Apr 1995 17:42:10 -0400
  3. Received: by apakabar.cc.columbia.edu id AA15392
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 3 Apr 1995 17:42:08 -0400
  5. Path: news.columbia.edu!panix!zip.eecs.umich.edu!newsxfer.itd.umich.edu!agate!howland.reston.ans.net!cs.utexas.edu!bcm!news.msfc.nasa.gov!news.larc.nasa.gov!lerc.nasa.gov!purdue!haven.umd.edu!nova.umuc.edu!nova!rockwell
  6. From: rockwell@nova.umuc.edu (Raul Deluth Miller)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: macros and wild cards (feature request)
  9. Date: 3 Apr 1995 16:13:22 -0400
  10. Organization: University of Maryland University College
  11. Lines: 20
  12. Sender: rockwell@nova.umuc.edu
  13. Distribution: world
  14. Message-Id: <ROCKWELL.95Apr3161321@nova.umd.edu>
  15. Nntp-Posting-Host: nova.umuc.edu
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I've spent a lot of time and energy on using kermit as a reliable file
  19. mover.  Typically, this boils down to sending a file and deleting it
  20. after it's been successfully transfered.
  21.  
  22. What I originally wanted to be able to do was something like get * but
  23. with a macro instead of get.
  24.  
  25. I think it would be very useful to be able to use implicit looping
  26. over file names selected by a wild card pattern.  It would probably be
  27. useful to factor this into two steps: gathering the names should
  28. probably be a different step from the implicit looping.
  29.  
  30. [Right now, I do os specific things to build a kermit script then
  31. execute it...]
  32.  
  33. Personally, I have no immediate need for this feature, but I suspect
  34. it would make my life simpler next time around.
  35.  
  36. -- 
  37. Raul D. Miller